home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Windows 95 with MFC
/
Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso
/
CODE
/
Chap08
/
Paint4
/
MainFrame.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-05
|
459 b
|
18 lines
//***********************************************************************
//
// MainFrame.h
//
//***********************************************************************
class CMainFrame : public CFrameWnd
{
DECLARE_DYNCREATE (CMainFrame)
protected:
afx_msg int OnCreate (LPCREATESTRUCT);
afx_msg void OnMeasureItem (int, LPMEASUREITEMSTRUCT);
afx_msg void OnDrawItem (int, LPDRAWITEMSTRUCT);
DECLARE_MESSAGE_MAP ()
};